#pragma once #include #include #include using namespace std; extern HANDLE hOutput; extern COORD coord; extern CONSOLE_CURSOR_INFO CursorInfo; typedef long long ll; #define ROW 50 #define LINE 180 #define PLINE 200 // 对于全地图, 纵向有5块地, 横向7块 #define PER_MAP_ROW 5 #define PER_MAP_LINE 7 // 每块地的行内纵向有6格, 横向20格. #define PER_SOIL_ROW 6 #define PER_SOIL_LINE 20 #define MAX_BIOLOGY 100 #define For(x, a, b) for(int x=a;x